Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade terraform to 0.15.5 #107

Merged
merged 1 commit into from
Jan 25, 2022
Merged

Conversation

stoyanr
Copy link
Contributor

@stoyanr stoyanr commented Nov 5, 2021

How to categorize this PR?

/area control-plane
/kind enhancement

What this PR does / why we need it:
Upgrades terraform to 0.15.5. This is the final step of upgrading to 0.15 in order to fix the following issue gardener/gardener/issues/4838.

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

  • I ran successfully make test-e2e and make docker-images locally.
  • I also ran successfully make start and make start COMMAND=destroy with a valid AWS configuration for one of my test shoots.
  • I also ran successfully make start and make start COMMAND=destroy with a valid AWS configuration for one of my test shoots and an old state created with terraformer 0.12.31.
  • For the provider validation status, see the comment below.

Release note:

terraform has been upgraded to 0.15.5

@stoyanr stoyanr requested a review from a team as a code owner November 5, 2021 16:46
@gardener-robot gardener-robot added area/control-plane Control plane related kind/enhancement Enhancement, improvement, extension needs/review Needs review size/m Size of pull request is medium (see gardener-robot robot/bots/size.py) labels Nov 5, 2021
@gardener-robot-ci-2 gardener-robot-ci-2 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Nov 5, 2021
@stoyanr stoyanr marked this pull request as draft November 5, 2021 16:47
@gardener-robot-ci-1 gardener-robot-ci-1 added needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Nov 5, 2021
@gardener-robot-ci-2 gardener-robot-ci-2 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Nov 8, 2021
@gardener-robot-ci-1 gardener-robot-ci-1 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Nov 8, 2021
@stoyanr
Copy link
Contributor Author

stoyanr commented Nov 8, 2021

AWS (see gardener/gardener-extension-provider-aws/pull/443):

  • reconciliation and deletion of existing Infrastructure (created with 0.12.31)
  • creation and deletion of new Infrastructure (single zone, new vpc)
  • creation and deletion of new Infrastructure (single zone, existing vpc)
  • creation and deletion of new Infrastructure (multiple zones, new vpc)
  • creation and deletion of new Infrastructure (multiple zone, existing vpc)
  • gardener-extension-provider-aws Infrastructure integration test

GCP (see gardener/gardener-extension-provider-gcp/pull/347):

  • reconciliation and deletion of existing Infrastructure (created with 0.12.31)
  • creation and deletion of new Infrastructure (single zone, new vpc)
  • creation and deletion of new Infrastructure (single zone, existing vpc)
  • gardener-extension-provider-gcp Infrastructure integration test

Azure (see gardener/gardener-extension-provider-azure/pull/394):

  • reconciliation and deletion of existing Infrastructure (created with 0.12.31)
  • creation and deletion of new Infrastructure

Alicloud (see gardener/gardener-extension-provider-alicloud/pull/381):

  • reconciliation and deletion of existing Infrastructure (created with 0.12.31)
  • creation and deletion of new Infrastructure

Openstack (see gardener/gardener-extension-provider-openstack/pull/352):

  • reconciliation and deletion of existing Infrastructure (created with 0.12.31)
  • creation and deletion of new Infrastructure

@stoyanr
Copy link
Contributor Author

stoyanr commented Nov 8, 2021

/invite @ialidzhikov

@gardener-robot gardener-robot added size/s Size of pull request is small (see gardener-robot robot/bots/size.py) and removed size/m Size of pull request is medium (see gardener-robot robot/bots/size.py) labels Nov 19, 2021
@gardener-robot-ci-2 gardener-robot-ci-2 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Nov 19, 2021
@gardener-robot-ci-3 gardener-robot-ci-3 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Nov 19, 2021
@stoyanr stoyanr added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Nov 19, 2021
@gardener-robot-ci-1 gardener-robot-ci-1 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Nov 19, 2021
@gardener-robot-ci-3 gardener-robot-ci-3 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 20, 2021
@stoyanr stoyanr marked this pull request as ready for review December 20, 2021 14:49
@gardener-robot-ci-1 gardener-robot-ci-1 removed the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Dec 20, 2021
@stoyanr
Copy link
Contributor Author

stoyanr commented Dec 20, 2021

Rebased on top of latest master and removed Draft. This PR could be merged now (after approval).

@rfranzke
Copy link
Member

Shall we merge this PR now @ialidzhikov?

@ialidzhikov
Copy link
Member

I was able to double-check some of the items from #107 (comment):

  • provider-aws
    • Reconciliation of existing Infrastructure (with 0.12.31 state)
    • Deletion of existing Infrastructure (with 0.12.31 state)
    • Creation and deletion of new Infrastructure (single zone, new vpc)
    • Creation and deletion of new Infrastructure (multiple zones, new vpc)
    • Creation and deletion of new Infrastructure (single zone, existing vpc)
    • Creation and deletion of new Infrastructure (multiple zone, existing vpc)
    • provider-aws infrastructure integration test
    • Error code handling for Infrastructure deletion with VPC with infrastructure dependencies

Copy link
Member

@ialidzhikov ialidzhikov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@gardener-robot gardener-robot added reviewed/lgtm Has approval for merging and removed needs/review Needs review labels Jan 25, 2022
@ialidzhikov ialidzhikov merged commit 55c27a4 into master Jan 25, 2022
@rfranzke rfranzke deleted the upgrade-terraform-to-0.15.5 branch January 25, 2022 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/control-plane Control plane related kind/enhancement Enhancement, improvement, extension needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) reviewed/lgtm Has approval for merging size/s Size of pull request is small (see gardener-robot robot/bots/size.py)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants